﻿2026-06-18T11:22:32.9299876Z ##[group]Run actions/checkout@v5
2026-06-18T11:22:32.9300899Z with:
2026-06-18T11:22:32.9301428Z   repository: SaberMage/spt-core
2026-06-18T11:22:32.9307607Z   token: ***
2026-06-18T11:22:32.9308128Z   ssh-strict: true
2026-06-18T11:22:32.9308682Z   ssh-user: git
2026-06-18T11:22:32.9309226Z   persist-credentials: true
2026-06-18T11:22:32.9309921Z   clean: true
2026-06-18T11:22:32.9310474Z   sparse-checkout-cone-mode: true
2026-06-18T11:22:32.9311117Z   fetch-depth: 1
2026-06-18T11:22:32.9311661Z   fetch-tags: false
2026-06-18T11:22:32.9312202Z   show-progress: true
2026-06-18T11:22:32.9312746Z   lfs: false
2026-06-18T11:22:32.9313265Z   submodules: false
2026-06-18T11:22:32.9313815Z   set-safe-directory: true
2026-06-18T11:22:32.9314539Z ##[endgroup]
2026-06-18T11:22:33.1161039Z Syncing repository: SaberMage/spt-core
2026-06-18T11:22:33.1162691Z ##[group]Getting Git version info
2026-06-18T11:22:33.1163529Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-18T11:22:33.1428850Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T11:22:33.1647084Z git version 2.43.0.windows.1
2026-06-18T11:22:33.1674993Z ##[endgroup]
2026-06-18T11:22:33.1683557Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4d116379-f47c-421c-ae8a-16b22aecbee0\.gitconfig'
2026-06-18T11:22:33.1699543Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4d116379-f47c-421c-ae8a-16b22aecbee0' before making global git config changes
2026-06-18T11:22:33.1701334Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T11:22:33.1704974Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T11:22:33.1969463Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-18T11:22:33.2169180Z https://github.com/SaberMage/spt-core
2026-06-18T11:22:33.2200005Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T11:22:33.2204407Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T11:22:33.2461453Z HEAD
2026-06-18T11:22:33.2732881Z ##[endgroup]
2026-06-18T11:22:33.2735845Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-18T11:22:33.6354571Z ##[group]Cleaning the repository
2026-06-18T11:22:33.6359322Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-18T11:22:33.6602317Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-18T11:22:33.7055942Z HEAD is now at aa3106be Merge 464eaf771f0b784ce2caee4a8f22c47d59678ef2 into 27e06195a599107f565f4507aa5aa96ae9fe1ef5
2026-06-18T11:22:33.7080821Z ##[endgroup]
2026-06-18T11:22:33.7084525Z ##[group]Disabling automatic garbage collection
2026-06-18T11:22:33.7089189Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-18T11:22:33.7309147Z ##[endgroup]
2026-06-18T11:22:33.7309582Z ##[group]Setting up auth
2026-06-18T11:22:33.7315564Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T11:22:33.7537774Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T11:22:34.1212094Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T11:22:34.1451446Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T11:22:34.5095923Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T11:22:34.5311632Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T11:22:35.6837072Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-18T11:22:35.7078138Z ##[endgroup]
2026-06-18T11:22:35.7078579Z ##[group]Fetching the repository
2026-06-18T11:22:35.7084867Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +aa3106be6461a79aba63fc888b4545e29f4c4eed:refs/remotes/pull/25/merge
2026-06-18T11:22:36.4636892Z ##[endgroup]
2026-06-18T11:22:36.4637491Z ##[group]Determining the checkout info
2026-06-18T11:22:36.4638181Z ##[endgroup]
2026-06-18T11:22:36.4644759Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-18T11:22:36.4897819Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-18T11:22:36.5117106Z ##[group]Checking out the ref
2026-06-18T11:22:36.5121529Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/25/merge
2026-06-18T11:22:36.5513765Z HEAD is now at aa3106be Merge 464eaf771f0b784ce2caee4a8f22c47d59678ef2 into 27e06195a599107f565f4507aa5aa96ae9fe1ef5
2026-06-18T11:22:36.5540464Z ##[endgroup]
2026-06-18T11:22:36.5850352Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-18T11:22:36.6100465Z aa3106be6461a79aba63fc888b4545e29f4c4eed
